home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / bldfuncs / bldfuncs.doc < prev    next >
Text File  |  1989-05-19  |  855b  |  19 lines

  1. Bldfuncs and getf were typed in from DDJ (around Aug 87 & Nov 87)
  2. They are meant to be used with Brief, however the Aug issue had a
  3. getf.c (not included here) that could be run outside of Brief.
  4.  
  5. The following lines would go into brief's keyboard.h file and be recompiled:
  6.  
  7.         (autoload "getf.cm" "getf" "funcsrch")
  8.         (assign_to_key "<Ctrl-f>" "getf")
  9.  
  10. Bldfuncs.c is compiled using MicroSoft C 5.1 (make file is included)
  11. Run bldfuncs *.c *.h in each directory containing C source. This will
  12. create funcs.txt which is searched by getf for the specific function
  13. you are looking to view. Getf then goes out and gets the file containing
  14. your function, pulls it into your Brief window and positions the cursor
  15. on the function in question. You don't even have to know the parameters
  16. being passed to the function, just its name.
  17.  
  18.  
  19.